From Ron Parker:
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 27 Feb 2003 19:06:19 +0000 (19:06 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 27 Feb 2003 19:06:19 +0000 (19:06 +0000)
commit93c71e4ff6d9a7e4bddcddad1bdbfc6ef7d7caae
tree33211cd8a1e7bb5f50d9c277f0c11c398b07a871
parent745be0192b05e3e9ec1d91bb5cef910929166ff3
From Ron Parker:
1) upgrades the XML time parser to be more robust.  It now recognizes and
   correctly parses non-Zulu timestamps and timestamps with fractional
   seconds (which are truncated rather than rounded, but a motivated coder
   with time on his hands could change that.)
2) adds a field "exported" to struct geocache_data and fills it in with
   the appropriate value (the value from the groundspeak:exported tag on
   the waypoint if one exists, else the timestamp from the gpx/time element.)
3) adds (or replaces) the groundspeak:exported tag on output for any waypoint
   that contains a groundspeak:cache element.
4) adds the gpx/time element to any output GPX file, using the current time.
5) modifies the duplicate filter to prefer throwing away waypoints with older
   or unspecified "exported" dates over those with newer dates.
gpsbabel/defs.h
gpsbabel/duplicate.c
gpsbabel/gpx.c